| Name | Description | |
|---|---|---|
![]() | Contains | Determines whether the collection contains an element with the specified key. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<TItem>) |
![]() | TryGetValue | Tries to get an item from the collection using the specified key. |
